home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pascal / ghostbbs.zip / S1.BAT < prev    next >
DOS Batch File  |  1986-02-19  |  345b  |  22 lines

  1. type errfile.txt
  2. copy mess0.bbs msg\mess0.bbs
  3. copy title0.bbs msg\title0.bbs
  4. mailclr
  5. copy temp.tle TITLE0.BBS
  6. erase temp.tle
  7. echo off
  8. compmess 0
  9. copy xmess0.bbs mess0.bbs
  10. erase xmess0.bbs
  11. sort1.com
  12. sort < user.txt > xxxx
  13. copy xxxx user.txt
  14. erase xxxx
  15. type user.txt
  16. :runbbs
  17. bb1
  18. if errorlevel 2 goto end
  19. err
  20. goto runbbs
  21. :end
  22.